3.58 \(\int (a+b \csc (e+f x))^m \sin (e+f x) \, dx\)

Optimal. Leaf size=22 \[ \text {Int}\left (\sin (e+f x) (a+b \csc (e+f x))^m,x\right ) \]

[Out]

Unintegrable((a+b*csc(f*x+e))^m*sin(f*x+e),x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (a+b \csc (e+f x))^m \sin (e+f x) \, dx \]

Verification is Not applicable to the result.

[In]

Int[(a + b*Csc[e + f*x])^m*Sin[e + f*x],x]

[Out]

Defer[Int][(a + b*Csc[e + f*x])^m*Sin[e + f*x], x]

Rubi steps

\begin {align*} \int (a+b \csc (e+f x))^m \sin (e+f x) \, dx &=\int (a+b \csc (e+f x))^m \sin (e+f x) \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 6.36, size = 0, normalized size = 0.00 \[ \int (a+b \csc (e+f x))^m \sin (e+f x) \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(a + b*Csc[e + f*x])^m*Sin[e + f*x],x]

[Out]

Integrate[(a + b*Csc[e + f*x])^m*Sin[e + f*x], x]

________________________________________________________________________________________

fricas [A]  time = 0.50, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (b \csc \left (f x + e\right ) + a\right )}^{m} \sin \left (f x + e\right ), x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m*sin(f*x+e),x, algorithm="fricas")

[Out]

integral((b*csc(f*x + e) + a)^m*sin(f*x + e), x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \csc \left (f x + e\right ) + a\right )}^{m} \sin \left (f x + e\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m*sin(f*x+e),x, algorithm="giac")

[Out]

integrate((b*csc(f*x + e) + a)^m*sin(f*x + e), x)

________________________________________________________________________________________

maple [A]  time = 1.07, size = 0, normalized size = 0.00 \[ \int \left (a +b \csc \left (f x +e \right )\right )^{m} \sin \left (f x +e \right )\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*csc(f*x+e))^m*sin(f*x+e),x)

[Out]

int((a+b*csc(f*x+e))^m*sin(f*x+e),x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (b \csc \left (f x + e\right ) + a\right )}^{m} \sin \left (f x + e\right )\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))^m*sin(f*x+e),x, algorithm="maxima")

[Out]

integrate((b*csc(f*x + e) + a)^m*sin(f*x + e), x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.05 \[ \int \sin \left (e+f\,x\right )\,{\left (a+\frac {b}{\sin \left (e+f\,x\right )}\right )}^m \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(e + f*x)*(a + b/sin(e + f*x))^m,x)

[Out]

int(sin(e + f*x)*(a + b/sin(e + f*x))^m, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a + b \csc {\left (e + f x \right )}\right )^{m} \sin {\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*csc(f*x+e))**m*sin(f*x+e),x)

[Out]

Integral((a + b*csc(e + f*x))**m*sin(e + f*x), x)

________________________________________________________________________________________